+2001-11-23 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
+ gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo
+ fixes already mentioned in ChangeLog entry on 2001-11-14.
+
+ * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
+
2001-11-23 Hans Breuer <hans@breuer.org>
* gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+2001-11-23 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
+ gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo
+ fixes already mentioned in ChangeLog entry on 2001-11-14.
+
+ * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
+
2001-11-23 Hans Breuer <hans@breuer.org>
* gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+2001-11-23 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
+ gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo
+ fixes already mentioned in ChangeLog entry on 2001-11-14.
+
+ * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
+
2001-11-23 Hans Breuer <hans@breuer.org>
* gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+2001-11-23 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
+ gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo
+ fixes already mentioned in ChangeLog entry on 2001-11-14.
+
+ * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
+
2001-11-23 Hans Breuer <hans@breuer.org>
* gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+2001-11-23 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
+ gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo
+ fixes already mentioned in ChangeLog entry on 2001-11-14.
+
+ * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
+
2001-11-23 Hans Breuer <hans@breuer.org>
* gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+2001-11-23 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
+ gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo
+ fixes already mentioned in ChangeLog entry on 2001-11-14.
+
+ * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
+
2001-11-23 Hans Breuer <hans@breuer.org>
* gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+2001-11-23 Matthias Clasen <matthiasc@poet.de>
+
+ * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
+ gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo
+ fixes already mentioned in ChangeLog entry on 2001-11-14.
+
+ * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
+
2001-11-23 Hans Breuer <hans@breuer.org>
* gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
<note>
<para>
A rectangle drawn filled is 1 pixel smaller in both dimensions than a rectangle
-outlined. Calling gdk_draw_rectangle (window, gc, TRUE, 0, 0, 20, 20) results
+outlined. Calling <literal>gdk_draw_rectangle (window, gc, TRUE, 0, 0, 20, 20)</literal> results
in a filled rectangle 20 pixels wide and 20 pixels high. Calling
-gdk_draw_rectangle (window, gc, FALSE, 0, 0, 20, 20) results in an outlined
+<literal>gdk_draw_rectangle (window, gc, FALSE, 0, 0, 20, 20)</literal> results in an outlined
rectangle with corners at (0, 0), (0, 20), (20, 20), and (20, 0), which
makes it 21 pixels wide and 21 pixels high.
</para>
@drawable: a #GdkDrawable (a #GdkWindow or a #GdkPixmap).
@gc: a #GdkGC.
-@filled: TRUE if the rectangle should be filled.
+@filled: %TRUE if the rectangle should be filled.
@x: the x coordinate of the left edge of the rectangle.
@y: the y coordinate of the top edge of the rectangle.
@width: the width of the rectangle.
@drawable: a #GdkDrawable (a #GdkWindow or a #GdkPixmap).
@gc: a #GdkGC.
-@filled: TRUE if the arc should be filled, producing a 'pie slice'.
+@filled: %TRUE if the arc should be filled, producing a 'pie slice'.
@x: the x coordinate of the left edge of the bounding rectangle.
@y: the y coordinate of the top edge of the bounding rectangle.
@width: the width of the bounding rectangle.
@drawable: a #GdkDrawable (a #GdkWindow or a #GdkPixmap).
@gc: a #GdkGC.
-@filled: TRUE if the polygon should be filled. The polygon is closed
+@filled: %TRUE if the polygon should be filled. The polygon is closed
automatically, connecting the last point to the first point if necessary.
@points: an array of #GdkPoint structures specifying the points making up the
polygon.
* gtk_ruler_get_metric:
* @ruler: a #GtkRuler
*
- * Gets the units used for a #GtkRule . See gtk_ruler_set_metric().
+ * Gets the units used for a #GtkRuler. See gtk_ruler_set_metric().
*
* Return value: the units currently used for @ruler
**/
*
*
* Creates a tag and adds it to the tag table for @buffer.
- * Equivalent to calling gtk_text_tag_ne () and then adding the
+ * Equivalent to calling gtk_text_tag_new () and then adding the
* tag to the buffer's tag table. The returned tag is owned by
* the buffer's tag table, so the ref count will be equal to one.
*